phy: smsc: LAN8710/8720 are not Gbit PHYs
authorFabio Estevam <[email protected]>
Fri, 7 Jun 2013 00:04:19 +0000 (21:04 -0300)
committerJoe Hershberger <[email protected]>
Mon, 19 Aug 2013 17:34:18 +0000 (12:34 -0500)
LAN8710/8720 are 10/100 Mbps PHYs, so fix the '.features' field.

Cc: Joe Hershberger <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
drivers/net/phy/smsc.c

index f64eb8fe04dd6df261ba33f83c0026a8bf41fdc6..5936f9bd7f31f18b2a53a369b2130eb7a86caa15 100644 (file)
@@ -62,7 +62,7 @@ static struct phy_driver lan8710_driver = {
        .name = "SMSC LAN8710/LAN8720",
        .uid = 0x0007c0f0,
        .mask = 0xffff0,
-       .features = PHY_GBIT_FEATURES,
+       .features = PHY_BASIC_FEATURES,
        .config = &genphy_config_aneg,
        .startup = &smsc_startup,
        .shutdown = &genphy_shutdown,